Uses of Interface
org.eclipse.vtp.framework.common.IBrandSelection

Packages that use IBrandSelection
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IBrandSelection in org.eclipse.vtp.framework.common.services
 

Classes in org.eclipse.vtp.framework.common.services that implement IBrandSelection
 class BrandSelection
          A support implementation of the IBrandSelection interface.
 

Uses of IBrandSelection in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type IBrandSelection
InitialAction(IActionContext context, IVariableRegistry variableRegistry, IDataTypeRegistry dataTypeRegistry, AssignmentConfiguration[] assignCongigs, IConversation conversation, IBrandSelection brand)
          Creates a new InitialAction.
MetaDataRequestAction(IActionContext context, IConversation conversation, MetaDataConfiguration configuration, IVariableRegistry variables, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection)
          Creates a new MetaDataMessageAction.
 

Uses of IBrandSelection in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type IBrandSelection
Conversation(ICommandProcessor commandProcessor, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection, IMediaProviderRegistry mediaProviderRegistry, IVariableRegistry variableRegistry, IScriptingService scriptingService)
          Creates a new Conversation.